home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000177_leont58@bellsouth.net_Sun Oct 23 14:20:34 2005.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: newsmaster.cc.columbia.edu!panix!yellow.newsread.com!netaxs.com!newsread.com!newsfeed.news2me.com!news.glorb.com!postnews.google.com!g47g2000cwa.googlegroups.com!not-for-mail
  2. From: "LT" <leont58@bellsouth.net>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: c-kermit +ssl compile fails with syntax error before numeric constant
  5. Date: 19 Oct 2005 11:55:29 -0700
  6. Organization: http://groups.google.com
  7. Lines: 53
  8. Message-ID: <1129748128.997179.70330@g47g2000cwa.googlegroups.com>
  9. NNTP-Posting-Host: 32.97.152.254
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset="iso-8859-1"
  12. X-Trace: posting.google.com 1129748134 19156 127.0.0.1 (19 Oct 2005 18:55:34 GMT)
  13. X-Complaints-To: groups-abuse@google.com
  14. NNTP-Posting-Date: Wed, 19 Oct 2005 18:55:34 +0000 (UTC)
  15. User-Agent: G2/0.2
  16. X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe)
  17. X-HTTP-Via: 1.0 ISA2HI
  18. Complaints-To: groups-abuse@google.com
  19. Injection-Info: g47g2000cwa.googlegroups.com; posting-host=32.97.152.254;
  20.    posting-account=AjtIhA0AAAD5aklwbwNtWm7dUDZPW_7Q
  21. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15420
  22.  
  23. I needed to make a change to c-kermit.  The recompile is failing on
  24. linux with the error... "/usr/local/ssl/include/openssl/rsa.h:324:
  25. error: syntax error before numeric constant"
  26.  
  27. I installed and verified the the latest version of openssl.
  28. The compile log and other details are below.
  29.  
  30. Any ideas on a fix would be appreciated.
  31. thanks, LT
  32.  
  33.  
  34. $ openssl version
  35. OpenSSL 0.9.8a 11 Oct 2005
  36.  
  37.  
  38. $ make clean
  39. Removing object files...
  40. rm -f ckcmai.o ckucmd.o ckuusr.o ckuus2.o \
  41. ckuus3.o ckuus4.o ckuus5.o ckcpro.o ckcfns.o \
  42. ckcfn2.o ckcfn3.o ckuxla.o ckucon.o ckutio.o \
  43. ckufio.o ckudia.o ckuscr.o ckwart.o ckuusx.o \
  44. ckuusy.o ckcnet.o ckuus6.o ckuus7.o ckusig.o \
  45. ckucns.o ckcmdb.o ckuath.o ckctel.o ckclib.o \
  46. ckcuni.o ck_crp.o ck_ssl.o ckupty.o ckcftp.o \
  47. ckcpro.c wart
  48.  
  49.  
  50. $ make linux+openssl
  51. Making C-Kermit "8.0.211" for Linux on i386 with SSL/TLS...
  52. make xermit KTARGET=${KTARGET:-linux+openssl} "CC = gcc" "CC2 = gcc" \
  53. "CFLAGS = -O -funsigned-char -pipe -DPOSIX -DLINUX -DNOCOTFMC \
  54. -DCK_AUTHENTICATION -DCK_SSL \
  55. -DCK_CURSES -DCK_POSIX_SIG -DTCPSOCKET -DLINUXFSSTND -DHAVE_CRYPT_H \
  56. -DFNFLOAT -I/usr/local/ssl/include " "LNKFLAGS = " \
  57. "LIBS= -L/usr/local/ssl/lib \
  58. -lncurses -ltermcap -lssl -lcrypto -lm -lresolv -lcrypt"
  59. make[1]: Entering directory `/home/aplst/ftp/kermit/temp'
  60. gcc -O -funsigned-char -pipe -DPOSIX -DLINUX -DNOCOTFMC
  61. -DCK_AUTHENTICATION -DCK_SSL  -DCK_CURSES -DCK_POSIX_SIG -DTCPSOCKET
  62. -DLINUXFSSTND -DHAVE_CRYPT_H  -DFNFLOAT -I/usr/local/ssl/include
  63. -DKTARGET=\"linux+openssl\" -c ckcmai.c
  64. In file included from /usr/local/ssl/include/openssl/x509.h:96,
  65.                  from /usr/local/ssl/include/openssl/ssl.h:183,
  66.                  from ck_ssl.h:43,
  67.                  from ckcmai.c:607:
  68. /usr/local/ssl/include/openssl/rsa.h:324: error: syntax error before
  69. numeric constant
  70. /usr/local/ssl/include/openssl/rsa.h:325: error: syntax error before
  71. numeric constant
  72. make[1]: *** [ckcmai.o] Error 1
  73. make[1]: Leaving directory `/home/aplst/ftp/kermit/temp'
  74. make: *** [linux+openssl] Error 2
  75.